This section explains how you can customize the colors and number of levels in a deviation color ramp. You can modify the color ramp for just one project or for all projects at once. 

Customize Deviation map for all projects

Copying DeviationMap.json script located in C:\Program Files\BloomCE\res folder to the C:\ProgramData\BloomCE folder.


Customize Deviation map for any one project

Copying DeviationMap.json script located in C:\Program Files\BloomCE\res folder to the <Project Directory>/Assets folder.


Details of Deviation map file

Only the content marked in blue should be edited. The number of positive colors should be equal to negative colors. The color format is #ffRRGGBB where the first two characters are always ff. R, G, and B denote the hex value of red, green and blue colors respectively.


{

    "version": 2,

    "units": "m",

    "ignore below": 0.002,

    "ignore above": 0.04,

    "contour_threshold": 0.03,

    "ramp": {

        "name": "positive",

        "colors": [

            "#ff00ff00",

            "#ffCCE64B",

            "#ffF3F01D",

            "#ffFEDE27",

            "#ffFCC707",

            "#ffF89D0E",

            "#ffF57215",

            "#ffF1471C",

            "#ffDB1E26",

            "#ffA4262C"

        ]

    },

    "negative ramp": {

        "name": "negative",

        "colors": [ "#ff00ff00",

                    "#ffC0E588",

                    "#ff99DBB8",

                    "#ff66CCCE",

                    "#ff33BCCF",

                    "#ff19B5F1",

                    "#ff04A1E6",

                    "#ff0B8ED8",

                    "#ff176FC1",

                    "#ff1E5CB3"

        ]

    }

}

Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor